* configure.in: Look for the closedir function.
authorJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 04:57:09 +0000 (04:57 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 04:57:09 +0000 (04:57 +0000)
configure1.in

index 9624fad4f0137e5cbff3f4373dbb67873f85aad4..cb8154df3aede42ed24390a0b2c73c12a784db6b 100755 (executable)
@@ -950,7 +950,7 @@ AC_RETSIGTYPE
 
 dnl checks for functions
 AC_ALLOCA
-AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename)
+AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir)
 
 dnl checks for structure members
 AC_STRUCT_TM